object Form1: TForm1 Left = 170 Top = 114 Width = 464 Height = 373 Caption = 'Univariate Statistics' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 16 object Label10: TLabel Left = 111 Top = 8 Width = 159 Height = 16 Caption = 'Select File or &Enter data:' end object Label1: TLabel Left = 16 Top = 187 Width = 9 Height = 16 Caption = '&C' FocusControl = Edit1 end object Label2: TLabel Left = 288 Top = 8 Width = 78 Height = 16 Caption = 'Sorted data:' end object Label3: TLabel Left = 40 Top = 224 Width = 54 Height = 16 Caption = 'Results:' end object ListBox1: TListBox Left = 288 Top = 32 Width = 161 Height = 177 ItemHeight = 16 TabOrder = 0 end object ListBox2: TListBox Left = 112 Top = 224 Width = 337 Height = 113 ItemHeight = 16 TabOrder = 1 end object Memo1: TMemo Left = 112 Top = 32 Width = 169 Height = 177 Lines.Strings = ( '10' '7' '3' '3' '3' '-2' '-5' '-5' '-6' '-8' '-21') ScrollBars = ssVertical TabOrder = 2 end object Button3: TButton Left = 8 Top = 32 Width = 89 Height = 33 Caption = '&File...' TabOrder = 3 OnClick = Button3Click end object Button1: TButton Left = 8 Top = 80 Width = 89 Height = 33 Caption = 'C&alculate' Default = True TabOrder = 4 OnClick = Button1Click end object Button2: TButton Left = 8 Top = 128 Width = 89 Height = 33 Caption = '&Bisquare' TabOrder = 5 OnClick = Button2Click end object Edit1: TEdit Left = 32 Top = 184 Width = 65 Height = 24 TabOrder = 6 Text = '6' OnKeyPress = Edit1KeyPress end object Button4: TButton Left = 8 Top = 264 Width = 89 Height = 33 Caption = '&Help' TabOrder = 7 OnClick = Button4Click end object Button5: TButton Left = 8 Top = 304 Width = 89 Height = 33 Caption = 'E&xit' TabOrder = 8 OnClick = Button5Click end object OpenDialog1: TOpenDialog Left = 248 Top = 272 end object StatOne1: StatOne Size = 0 About = 'Ver 0.3' AboutStat = 'Ver 1.00' Left = 200 Top = 272 end end